Consider two perceptrons one denoting boolean AND and one denoting boolean OR. What are two ways to go from an AND perceptron to an OR perceptron?

What do we mean by boolean AND perceptron ?
Does it mean -> that soma function of the neuron is multiplying the inputs.
z=w1x1wx2
and for Bolean OR
z=w1
x1+w2*x2

Then how can we convert from one value of z to another ?